home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / bonus / matrix / Install Matrix Screen Saver.exe / Install Matrix Screen Saver.dcr / 00001.ls next >
Encoding:
Text File  |  1999-01-26  |  222 b   |  9 lines

  1. global gforegndlocHList
  2.  
  3. on enterFrame
  4.   repeat with x = 100 down to 1
  5.     set the locV of sprite x to random(1000)
  6.     set the locH of sprite x to getAt(gforegndlocHList, random(count(gforegndlocHList)))
  7.   end repeat
  8. end
  9.